home *** CD-ROM | disk | FTP | other *** search
/ Tux Racer / Tux Racer.iso / program files / Sunspire Studios / Tux Racer / courses / beginner / beginner1 / course.tcl next >
Encoding:
Text File  |  2001-09-08  |  383 b   |  13 lines

  1. objset :course -course_name "Bunny Hill"
  2. objset :course:heightmap -width 92
  3. objset :course:heightmap -length 900
  4. objset :course:heightmap -play_width 84
  5. objset :course:heightmap -play_length 846
  6. objset :course:heightmap -angle 24
  7. objset :course:heightmap -elev_scale 22
  8. objcall :course:heightmap load_elevation elev.png
  9.  
  10. objset :course -start_pt {46 12}
  11.  
  12. tux_course_init
  13.